![]() |
KCMakeKCRefFromFSSpec |
||||
Header: | Keychain.h | Carbon status: | Under Evaluation | |
Creates a keychain reference from a file specification record.
OSStatus KCMakeKCRefFromFSSpec ( FSSpec *keychainFSSpec, KCRef *keychain );
A pointer to a keychain file specification record.
On return, a pointer to a reference to the keychain specified by the file in the keychainFile parameter.
A result code.
The memory that the keychain reference occupies must be released by calling the function KCReleaseKeychain when you are finished with it.
Available beginning with Keychain Manager 2.0.
Under evaluation for Carbon. Available in CarbonLib 1.0 and later when KeychainLib 2.0 or later is installed. Exported by CarbonLib 1.0 and later and by KeychainLib 2.0 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)